WDRESET=NORESET, WDEN=STOP
Watchdog mode register. This register determines the basic mode and status of the Watchdog Timer.
WDEN | Watchdog enable bit. This bit is Set Only. 0 (STOP): The watchdog timer is stopped. 1 (RUN): The watchdog timer is running. |
WDRESET | Watchdog reset enable bit. This bit is Set Only. See Table 652. 0 (NORESET): A watchdog timeout will not cause a chip reset. 1 (RESET): A watchdog timeout will cause a chip reset. |
WDTOF | Watchdog time-out flag. Set when the watchdog timer times out, cleared by software. |
WDINT | Watchdog interrupt flag. Cleared by software. |
RESERVED | Reserved. Read value is undefined, only zero should be written. |